home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm24 / 00824_SU-IN EN 4.ls < prev    next >
Encoding:
Text File  |  1996-06-10  |  178 b   |  11 lines

  1. on exitFrame
  2.   global gScopeEnZ, gDur
  3.   if gScopeEnZ(GetTime) <= gDur then
  4.     go(the frame)
  5.   else
  6.     gScopeEnZ(SetCadence, 0)
  7.     JukeBox(1, " ")
  8.     curseur(-1)
  9.   end if
  10. end
  11.